Skip to content

Export default abstract class not allowed in class declaration #7375

@xLama

Description

@xLama

TypeScript Version:

1.8.2

Code

export default abstract class A  {} // Error
// Ok
abstract class A  {}
export default A;

I have not red anything about this in docs.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DuplicateAn existing issue was already created

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions